home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / database / clpmenus / read.me < prev   
Text File  |  1987-03-05  |  1KB  |  36 lines

  1. MENUS.PRG shows how the function PROMPTER() can be used instead of
  2. Clipper's built-in PROMPT/MESSAGE/MENU commands.
  3. Advantages include:
  4.   - continuour wrap-around of the highlight bar
  5.   - no conflict with GET/READ since INKEY() is used (PROMPTER() only)
  6.   - no conflict with function keys
  7.   - F1 key can be reassigned while function is active
  8.   - horizontal prompts are easily spaced with one parameter
  9.   - easy to change between horiz & vert prompting
  10.   - easy to change spacing between prompts
  11.  
  12. In this example, the user can also toggle between menu types
  13. (highlighted prompts or numbered choices) by hitting F2.
  14.  
  15. The example uses Tom Rettig's external call CURSOR to turn the
  16. cursor on and off; if you do not have TR.LIB, comment out the lines
  17. which have the word CURSOR. Otherwise, the PRG file can be compiled
  18. and linked as is.
  19.  
  20.  
  21. Author:  C&E Consulting
  22.          6 Pebblecreek Court
  23.          Taylors, SC 29687
  24.          (803) 268-3341
  25.  
  26.          CompuServe - 76137,252
  27.          The Source - NA2112
  28.  
  29. Plug:    C&E Consulting provides custom program development in a
  30.          variety of languages, as well as training and hardware
  31.          recommendations.
  32.  
  33.          Updates and other utilities can be obtained by sending
  34.          an appropriate contribution to the address above.
  35.  
  36.